Click or drag to resize

ItemChange Class

Contains an item identifier and the updates to apply to the item.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeItemChange

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ItemChange

The ItemChange type exposes the following members.

Constructors
  NameDescription
Public methodItemChange
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, Property)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, PropertyPath)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, IListProperty)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, IListPropertyPath)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, Property, Property)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, Property, PropertyPath)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, IListProperty, IListProperty)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, IListProperty, IListPropertyPath)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, Property, PropertyPath, Property)
Initializes a new instance of the ItemChange class.
Public methodItemChange(ItemId, IListProperty, IListPropertyPath, IListProperty)
Initializes a new instance of the ItemChange class.
Top
Properties
  NameDescription
Public propertyItemId
Contains the unique identifier and change key of an item in the Exchange store.
Public propertyPropertiesToAppend
Identifies data to append to a single property of an item during an UpdateItem Operation.
Public propertyPropertiesToDelete
Represents an operation to delete a given property from an item during an UpdateItem call.
Public propertyPropertiesToSet
Represents an update to a single property of an item.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ItemChange object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also